<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with package name]]></title><description><![CDATA[A list of topics that have been tagged with package name]]></description><link>https://community.secnto.com//tags/package name</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 23:02:40 GMT</lastBuildDate><atom:link href="https://community.secnto.com//tags/package name.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[how to change package name in android studio 2020]]></title><description><![CDATA[For example, if you want to change com.example.app to my.awesome.game, then:


In your Project pane, click on the little gear icon (Gears icon)[image: q7pj4uv.png]


Uncheck the Compact Empty Middle Packages optionhttps://i.stack.imgur.com/lkezT.png
[image: C3u4DMa.png]


Your package directory will now be broken up into individual directories


Individually select each directory you want to rename, and:



Right-click it
Select Refactor
Click on Rename
In the pop-up dialog, click on Rename Package instead of Rename Directory
Enter the new name and hit Refactor
Click Do Refactor in the bottom
Allow a minute to let Android Studio update all changes

Note: When renaming com in Android Studio, it might give a warning. In such case, select Rename All
[image: dXToxh5.png]

Now open your Gradle Build File (build.gradle - Usually app or mobile). Update the applicationId in the defaultConfig to your new Package Name and Sync Gradle, if it hasn’t already been updated automatically:

You may need to change the package= attribute in your manifest.
Clean and Rebuild.
[image: sb8HoTy.png]
Done! Anyway, Android Studio needs to make this process a little simpler.
]]></description><link>https://community.secnto.com//topic/2071/how-to-change-package-name-in-android-studio-2020</link><guid isPermaLink="true">https://community.secnto.com//topic/2071/how-to-change-package-name-in-android-studio-2020</guid><dc:creator><![CDATA[Love Uzair]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>